'宣言 Public Overloads Function Select( _ ByVal row As System.Integer, _ ByVal col As System.Integer, _ ByVal row2 As System.Nullable(Of Integer), _ ByVal col2 As System.Nullable(Of Integer), _ Optional ByVal scrollToSelection As System.Boolean _ ) As FlexSheetBuilder
public FlexSheetBuilder Select( System.int row, System.int col, System.Nullable<int> row2, System.Nullable<int> col2, System.bool scrollToSelection )
パラメータ
- row
- この範囲の最初の行のインデックス。
- col
- この範囲の最初の列のインデックス。
- row2
- この範囲の最後の行のインデックス。
- col2
- この範囲の最後の列のインデックス。
- scrollToSelection
- 選択範囲をビューまでスクロールするかどうかを指定します。
戻り値の型
現在のFlexSheetビルダ